Inheritance diagram for Exponent::GUI::Listeners::IKeyboardListener:

Definition at line 32 of file IKeyboardListener.hpp.
| Exponent::GUI::Listeners::IKeyboardListener::IKeyboardListener | ( | ) | [inline] |
Construction
Definition at line 44 of file IKeyboardListener.hpp.
| virtual Exponent::GUI::Listeners::IKeyboardListener::~IKeyboardListener | ( | ) | [inline, virtual] |
Destruction
Definition at line 49 of file IKeyboardListener.hpp.
| virtual bool Exponent::GUI::Listeners::IKeyboardListener::handleKeyDown | ( | const CKeyboardEvent & | event | ) | [pure virtual] |
Handle key down events
| event | The event to handle |
| bool | True if you handled the event, false otherwise |
| virtual bool Exponent::GUI::Listeners::IKeyboardListener::handleKeyUp | ( | const CKeyboardEvent & | event | ) | [pure virtual] |
Handle key up events
| event | The event to handle |
| bool | True if you handled the event, false otherwise |